home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / registr / regcmd102.exe / {app} / RegCmd.exe / 0 / RCDATA / TFORMABOUT / TFORMABOUT.txt
Text File  |  2002-06-07  |  4KB  |  161 lines

  1. object FormAbout: TFormAbout
  2.   Left = 258
  3.   Top = 162
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'About Aezay Products'
  7.   ClientHeight = 162
  8.   ClientWidth = 236
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnKeyPress = FormKeyPress
  19.   OnMouseMove = LinkOff_MouMove
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Main_Panel: TPanel
  23.     Left = 4
  24.     Top = 4
  25.     Width = 229
  26.     Height = 154
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     TabOrder = 0
  30.     OnMouseMove = LinkOff_MouMove
  31.     object About_Label: TLabel
  32.       Left = 48
  33.       Top = 33
  34.       Width = 160
  35.       Height = 65
  36.       Caption = 
  37.         'Programmed by Anders Jakobsen'#10'Support:'#10'Aagade 36'#10'9620 Aalestrup'#10 +
  38.         'Denmark, Europe'
  39.       Font.Charset = ANSI_CHARSET
  40.       Font.Color = clMaroon
  41.       Font.Height = -11
  42.       Font.Name = 'Tahoma'
  43.       Font.Style = []
  44.       ParentFont = False
  45.       ParentShowHint = False
  46.       ShowAccelChar = False
  47.       ShowHint = False
  48.       Transparent = True
  49.       OnMouseMove = LinkOff_MouMove
  50.     end
  51.     object App_Image: TImage
  52.       Left = 8
  53.       Top = 35
  54.       Width = 32
  55.       Height = 32
  56.       Cursor = crHandPoint
  57.       ParentShowHint = False
  58.       ShowHint = True
  59.       OnClick = App_Image_Click
  60.       OnMouseMove = LinkOff_MouMove
  61.     end
  62.     object Comp_Label: TLabel
  63.       Left = 8
  64.       Top = 122
  65.       Width = 213
  66.       Height = 26
  67.       Alignment = taCenter
  68.       Anchors = [akLeft, akRight, akBottom]
  69.       AutoSize = False
  70.       Caption = 
  71.         'Compiled in Borland Delphi 5 on'#10'(Dayname, Month Day, Year - Time' +
  72.         ')'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = 5263440
  75.       Font.Height = -11
  76.       Font.Name = 'Tahoma'
  77.       Font.Style = []
  78.       ParentFont = False
  79.       ParentShowHint = False
  80.       ShowAccelChar = False
  81.       ShowHint = False
  82.       OnMouseMove = LinkOff_MouMove
  83.     end
  84.     object Split1_Bevel: TBevel
  85.       Left = 2
  86.       Top = 27
  87.       Width = 225
  88.       Height = 2
  89.       Anchors = [akLeft, akTop, akRight]
  90.       Shape = bsBottomLine
  91.     end
  92.     object Aezay_Label: TLabel
  93.       Left = 8
  94.       Top = 5
  95.       Width = 213
  96.       Height = 19
  97.       Alignment = taCenter
  98.       Anchors = [akLeft, akTop, akRight]
  99.       AutoSize = False
  100.       Caption = 'Aezay Productions'
  101.       Font.Charset = ANSI_CHARSET
  102.       Font.Color = 8404992
  103.       Font.Height = -16
  104.       Font.Name = 'Courier New'
  105.       Font.Style = []
  106.       ParentFont = False
  107.       OnMouseMove = LinkOff_MouMove
  108.     end
  109.     object Split2_Bevel: TBevel
  110.       Left = 2
  111.       Top = 116
  112.       Width = 225
  113.       Height = 2
  114.       Anchors = [akLeft, akRight, akBottom]
  115.       Shape = bsBottomLine
  116.     end
  117.     object Hp_Label: TLabel
  118.       Tag = 2
  119.       Left = 48
  120.       Top = 98
  121.       Width = 104
  122.       Height = 13
  123.       Cursor = crHandPoint
  124.       Hint = 'http://www.aezay.dk'
  125.       Caption = 'http://www.aezay.dk'
  126.       Font.Charset = DEFAULT_CHARSET
  127.       Font.Color = clBlue
  128.       Font.Height = -11
  129.       Font.Name = 'Tahoma'
  130.       Font.Style = []
  131.       ParentFont = False
  132.       ParentShowHint = False
  133.       ShowAccelChar = False
  134.       ShowHint = True
  135.       OnClick = Link_Click
  136.       OnMouseMove = LinkOn_MouMove
  137.     end
  138.     object Support_Label: TLabel
  139.       Tag = 3
  140.       Left = 48
  141.       Top = 46
  142.       Width = 91
  143.       Height = 13
  144.       Cursor = crHandPoint
  145.       Hint = 'mailto:support@aezay.dk'
  146.       Caption = 'support@aezay.dk'
  147.       Font.Charset = DEFAULT_CHARSET
  148.       Font.Color = clBlue
  149.       Font.Height = -11
  150.       Font.Name = 'Tahoma'
  151.       Font.Style = []
  152.       ParentFont = False
  153.       ParentShowHint = False
  154.       ShowAccelChar = False
  155.       ShowHint = True
  156.       OnClick = Link_Click
  157.       OnMouseMove = LinkOn_MouMove
  158.     end
  159.   end
  160. end
  161.